home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00234.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  186 b   |  11 lines

  1. on exitFrame
  2.   global UPG
  3.   if UPG = 1 then
  4.     exit
  5.   end if
  6.   set the keyDownScript to "GETCODE"
  7.   put " " into field "CODETEXT"
  8.   put " " into field "REGNAMETEXT"
  9.   updateStage()
  10. end
  11.